Forum Activity for @michael

michael
@michael
06/25/23 03:13:06PM
7,793 posts

update stream count by 1 seem impossible


Jamroom Developers

Need to get some feedback from Nate on here, he's the one that understands whats supposed to happen. @nate
michael
@michael
06/22/23 11:00:52PM
7,793 posts

update stream count by 1 seem impossible


Jamroom Developers

oh yeah, if you have that turned on it will most likely break many things. it inject the name of the template into the source code so you can locate where a section of code is. It does not care if that breaks the code or not.

The way it does it is with HTML comments which look like this:
<!-- BEGIN template_name.tpl -->
That will definitely break a json file.
michael
@michael
06/20/23 05:48:20PM
7,793 posts

update stream count by 1 seem impossible


Jamroom Developers

looks like you have the "Template Names In Source" turned on.
site.jpg site.jpg - 101KB
michael
@michael
06/11/23 11:27:01PM
7,793 posts

How to add or edit Blog Categories?


Using Jamroom

Multi lingual in the same site is hard to get right. Almost better to just let google do the translating. When I want to translate sites I use google chrome because I can right click on any page and select "Translate to english" and its done.

The problem you're going to run into with categories in different languages is the text thats uses IS the category, so
dog = dogs
cats = cats

change that to a different language and you get
inu = dogs
nekko = cats

and the dogs and cats of different languages aren't grouped together anymore.

Even with the translating the language strings its not great because some sentence structures just don't line up
button.jpg button.jpg - 1.1MB

updated by @michael: 06/11/23 11:27:25PM
michael
@michael
06/10/23 03:26:15PM
7,793 posts

How to add or edit Blog Categories?


Using Jamroom

Go to your profile then to the BLOG tab and click the + button. A form will open to create a new blog post. On that form is a field CATEGORY. you can choose from the existing list of blog post categories or add a new one. The list will be of all existing blog post categories. To delete a category move or delete all blog posts from that category and it will disappear.
blog.jpg blog.jpg - 728KB
michael
@michael
05/22/23 09:40:37PM
7,793 posts

Jamroom logo


Using Jamroom

Looks great, thanks.
michael
@michael
04/09/23 07:03:35PM
7,793 posts

Starting blog view count problem


Design and Skin Customization

Agreed, if you put it in exactly the same file in exactly the same place then it should work exactly the same.

That the {debug} is not opening suggests that the edit has not taken effect. Try resetting the caches

ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> RESET CACHE

then check the page again. You might have to click a button in firefox "allow popups from this site" which will appear in the top right if you have popup blocker setting on which is usually the default.

Maybe also try adding some text "Here is some text so I can see the file has changed Avacardo, Apples, Whatever".

If you CAN see the text then you know the {debug} is in there too.
michael
@michael
04/07/23 10:06:41PM
7,793 posts

Starting blog view count problem


Design and Skin Customization

Where you have:
{jrCore_counter module="jrBlog" item_id=$item._item_id name="blog_view"}
Add a debug in:
{jrCore_counter module="jrBlog" item_id=$item._item_id name="blog_view"}
{debug}

when you go to the page a new window will pop up with all the avaliable variables at that location. Check that $item._item_id is one of the available variables.

That needs to be set to whatever the item_id of the blog post is.

Here's the docs on debug:

Docs: {debug}
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug
michael
@michael
03/26/23 02:03:54PM
7,793 posts

How do I ban an invalid IP address?


Using Jamroom

could you take a screenshot of one of the log entries? maybe there's a different thing you can ban him on
  22